home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************************
- FontInfo.h
-
- Copyright © 1999 Red Shed Software. All rights reserved.
- by Jonathan 'Wolf' Rentzsch (jon@redshed.net)
-
- Commenter Date Comment
- --------- ----------------- -----------------------------------------------------
- wolf Thu, Jun 24, 1999 Created.
-
- ************************************************************************************/
-
- #ifndef _FontInfo_
- #define _FontInfo_
-
- #include "begin_extern_c.h"
-
- extern
- UInt16
- GetMaxFontHeight(
- ConstStr255Param fontName,
- short size,
- StyleParameter face );
-
- extern
- UInt16
- GetMaxFontWidth(
- ConstStr255Param fontName,
- short size,
- StyleParameter face );
-
- extern
- UInt16
- GetCachedMaxFontHeight();
-
- extern
- UInt16
- GetCachedMaxFontWidth();
-
- #include "end_extern_c.h"
-
- #endif // _FontInfo_